go/types.object.Id (method, view implemented interface methods)
12 uses
go/types (current package)
methodset.go#L134: fset[f.Id()] = true
methodset.go#L224: key := f.Id()
object.go#L147: func (obj *object) Id() string { return Id(obj.pkg, obj.name) }
predicates.go#L366: if f.Id() != g.Id() || !identical(f.typ, g.typ, cmpTags, q) {
typeset.go#L383: func (a byUniqueMethodName) Less(i, j int) bool { return a[i].Id() < a[j].Id() }
unify.go#L525: if f.Id() != g.Id() || !u.nify(f.typ, g.typ, q) {
golang.org/x/exp/apidiff
correspondence.go#L186: return old.Obj().Id() == newn.Obj().Id()
correspondence.go#L275: return m.Id()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)